home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-10-16 | 553 b | 23 lines | [TEXT/ttxt] |
- # UserStartUp - MPW Shell UserStartUp File
- #
- # Copyright Apple Computer, Inc. 1985, 1986
- # All Rights Reserved.
-
- # This file (UserStartUp) is executed from the StartUp file, and can be used
- # to override definitions made in StartUp, or to define additional variables,
- # exports, and aliases. UserStartUp may also be used to define menu items,
- # open windows, etc. The file should be located in the directory containing
- # the MPW Shell.
-
- #
- # my additions - TRT - 20 Jul 86
- #
-
- alias ren rename
- alias del delete -y
- open junk
-
- set BBS "{Boot}"
- export BBS
-
-